go/build.Context.isAbsPath (method)

2 uses

	go/build (current package)
		build.go#L132: func (ctxt *Context) isAbsPath(path string) bool {
		build.go#L577: 		if !ctxt.isAbsPath(path) {